google.golang.org/grpc.serverOptions.maxConcurrentStreams (field)

3 uses

	google.golang.org/grpc (current package)
		server.go#L163: 	maxConcurrentStreams  uint32
		server.go#L391: 		o.maxConcurrentStreams = n
		server.go#L909: 		MaxStreams:            s.opts.maxConcurrentStreams,